API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsGraphics
Encoders
Gltf
GltfEncoder.h
1
// GltfEncoder.h
3
//
5
6
namespace
nkGraphics
7
{
11
class
GltfEncoder
final
12
{
13
public :
14
15
// Decoding
22
static
bool
canDecode
(
const
nkMemory::BufferView<>
& sources) ;
29
static
DecodedData
decode
(
const
nkMemory::BufferView<>
& sources) ;
30
} ;
31
}
nkMemory::BufferView
A view over data.
Definition:
BufferView.h:18
nkGraphics::GltfEncoder::canDecode
static bool canDecode(const nkMemory::BufferView<> &sources)
nkGraphics::GltfEncoder::decode
static DecodedData decode(const nkMemory::BufferView<> &sources)
nkGraphics::GltfEncoder
Allows to work with the GLTF 2 format (Do not use, WIP).
Definition:
GltfEncoder.h:12
nkGraphics::DecodedData
Holds the result of an Encoder's decoding operation.
Definition:
DecodedData.h:12
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition:
BoundingBox.h:7
Generated by
Doxygen
1.8.18